home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / MicroPhone / Open Mike™ / Open Mike™ 005 / Mike's Folder / Hacker's Hangout < prev    next >
Encoding:
Text File  |  1993-05-01  |  1.7 KB  |  27 lines  |  [TEXT/ttxt]

  1. Hacker's Hangout
  2. ================
  3. Copyright © 1993 by Celestin Company
  4. All rights reserved.
  5.  
  6. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or by any information storage and retrieval system, without permission in writing from the publisher. However, you are permitted to make copies of this work, printed or otherwise, as long as said copies are for your personal use only.
  7.  
  8. Introduction
  9. ------------
  10. This month's definition of hack: it's little and it's black, but it's not a book, it's a hack. This is an example of how you can write an electronic phone directory using MicroPhone scripts and Dialoger Pro.
  11.  
  12. This issue's hack comes to us from Julie Glenn. A programmer for a NeXT developer in Oakland, California. When not designing software or fixing bugs, she likes to indulge in endless hours spent marvelling at the wonders which we call MicroPhone.
  13.  
  14. Hack of the Month
  15. -----------------
  16. BlackBook -  this is a simple telephone book. It keeps the entries alphabetically sorted based on the first word of the name of the person. So, if you want things sorted by last name, enter your people last name first. This is a module you should put into your module folder.
  17.  
  18. Instructions - open any MicroPhone settings document. Create the following script:
  19.  
  20.   Do Script "'Main','BlackBook'"
  21.  
  22. That's it.
  23.  
  24. Important Note
  25. --------------
  26. Hacks are not guaranteed to work, although there is no reason why they shouldn't work. Every care has been taken to make sure that they work on the hacker's machine, but they may do other things on your machine. Of course, if you encounter problems, you may feel free to tweak the hack to run on your machine.
  27.